home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2001 May / Internet News 2001-05 - CD-ROM.rar / INCD200105.ISO / pc / Promo / Extasi / EXTASI.exe / 1033 / RCDATA / CABINET / instcm.inf < prev    next >
INI File  |  1999-05-05  |  7KB  |  231 lines

  1. ; Localized    04/20/1999 07:19 PM (GMT)    7:4.1.211     instcm.inx
  2. ; =============================================
  3. ; These are global settings for the whole file.
  4. ; =============================================
  5. [version]
  6. Signature = $chicago$
  7. AdvancedINF = 2.0
  8.  
  9. ; ---------------------------------------------------------
  10. ;  This is used to remove old CM (pre-1.2) installations
  11. ;  when we install cm1.2 so that the users machine
  12. ;  only has the newest cm bits on it in one place
  13. ; ---------------------------------------------------------
  14. [Remove]
  15. Cleanup=1
  16. SmartReboot = N
  17. CustomDestination = CustUnInstDestSection
  18. DelFiles = Remove.DelFiles, Remove.Readme, Remove.10.Sys
  19. DelReg = Remove.DelReg
  20. DelDirs=CleanDir
  21.  
  22. ; ---------------------------------------------
  23. ;  This is used to uninstall cm1.2 when it is
  24. ;  installed on a legacy machine
  25. ; ---------------------------------------------
  26. [1.2Legacy_Uninstall]
  27. Cleanup=1
  28. SmartReboot = N
  29. CustomDestination = CustLegacyUninst
  30. DelFiles = Remove.DelFiles
  31. DelReg = Remove.DelReg, Uninstall.DelReg
  32. DelDirs=CleanDir
  33.  
  34. ; -------------------------------------------------------------------
  35. ;   This is the install section for Connection Manager, notice
  36. ;   we have different sections for NT4 and win9x (NT5 uses the native
  37. ;   system bits).  We also have a section for both that is used by
  38. ;   the CMAK installer.
  39. ; -------------------------------------------------------------------
  40.  
  41. [DefaultInstall_NT]
  42. SmartReboot=N
  43. CopyFiles=Xnstall.CopyFiles.ICMFILES, Xnstall.CopyFiles.NT.ICMFILES
  44. AddReg=Xnstall.AddReg.ICM, Xnstall.AddReg.Uninstall
  45.  
  46. [DefaultInstall]
  47. SmartReboot=N
  48. CopyFiles=Xnstall.CopyFiles.ICMFILES, Xnstall.CopyFiles.W95.ICMFILES
  49. AddReg=Xnstall.AddReg.ICM, Xnstall.AddReg.Uninstall
  50.  
  51. [DefaultInstall_Both]
  52. SmartReboot=N
  53. CopyFiles=Xnstall.CopyFiles.ICMFILES, Xnstall.CopyFiles.W95.ICMFILES, Xnstall.CopyFiles.NT.ICMFILES
  54. AddReg=Xnstall.AddReg.ICM, Xnstall.AddReg.Uninstall
  55.  
  56. [Win95_SpecificFiles]
  57. SmartReboot=N
  58. CopyFiles=Xnstall.CopyFiles.W95.ICMFILES
  59.  
  60. [NT_SpecificFiles]
  61. SmartReboot=N
  62. CopyFiles=Xnstall.CopyFiles.NT.ICMFILES
  63.  
  64. ; -------------------------------------------------------------------
  65. ; These file sections are only to needed on certain downlevel platforms.
  66. ; They copy some needed system files.
  67. ; -------------------------------------------------------------------
  68. [Support_9x]
  69. SmartReboot=N
  70. CopyFiles=Xnstall.WinInet, Xnstall.Win9x
  71.  
  72. [Support_NT]
  73. SmartReboot=N
  74. CopyFiles=Xnstall.WinInet
  75.  
  76. [CleanDir]
  77. %49000%
  78.  
  79. ; -------------------------------------------------------------------
  80. ; These are the files which are deleted during uninstall.
  81. ; -------------------------------------------------------------------
  82. [Remove.DelFiles]
  83. cmmgr32.exe
  84. cmmgr32.hlp
  85. cmpbk32.dll
  86. cmdial32.dll
  87. cmdl32.exe
  88. mbslgn32.dll
  89. icwscrpt.exe
  90. cmmgr32.gid
  91. msdun12.exe
  92. cnet16.dll
  93. cnetcfg.dll
  94. ccfg95.dll
  95. ccfgnt.dll
  96. cmcfg32.dll
  97. cmmon32.exe
  98. cmutil.dll
  99. addconn.dll
  100. remconn.exe
  101. cmstats.dll
  102.  
  103. [Remove.10.Sys]
  104. uninstcm.inf
  105. showicon.exe
  106.  
  107. [Remove.Readme]
  108. readme.txt
  109.  
  110. ; -------------------------------------------------------------------
  111. ; These are the registry delete sections.
  112. ; -------------------------------------------------------------------
  113. [Remove.DelReg]
  114. "HKLM", "%UninstallPath%\%AppTitle%"
  115.  
  116. [Uninstall.DelReg]
  117. "HKLM", "%AppPath%"
  118. "HKLM", "%cmPath%", "%CompChecked%"
  119. "HKCR", ".pbr"
  120. "HKCR", ".pbk"
  121. "HKCR", "%AppName%"
  122.  
  123. ; -------------------------------------------------------------------
  124. ; These are the install file copy sections.
  125. ; -------------------------------------------------------------------
  126. [Xnstall.CopyFiles.ICMFILES]
  127. cmmgr32.exe, , , 32
  128. cmmgr32.hlp, , , 32
  129. cmpbk32.dll, , , 32
  130. cmdial32.dll, , , 32
  131. cmdl32.exe, , , 32
  132. mbslgn32.dll, , , 32
  133. cnetcfg.dll, , , 32
  134. cmmon32.exe, , , 32
  135. cmutil.dll, , , 32
  136. instcm.inf, , , 32
  137. cmcfg32.dll, , , 32
  138. cmstp.exe, , , 32
  139.  
  140. ; don't copy icwscrpt.exe if it already exists
  141. [Xnstall.CopyFiles.W95.ICMFILES]
  142. icwscrpt.exe, , , 16
  143. cnet16.dll, , , 32
  144. ccfg95.dll, , , 32
  145.  
  146. [Xnstall.CopyFiles.NT.ICMFILES]
  147. ccfgnt.dll, , , 32
  148.  
  149. [Xnstall.WinInet]
  150. wininet.dll, wininet.old, , 32
  151.  
  152. [Xnstall.Win9x]
  153. comctl32.dll, comctl32.old, , 32
  154. advapi32.dll, advapi32.old, , 32
  155. rnaph.dll, rnaph.old, , 32
  156.  
  157. ; -------------------------------------------------------------------
  158. ; These are the install registry sections
  159. ; -------------------------------------------------------------------
  160.  
  161. [Xnstall.AddReg.Uninstall]
  162. "HKLM", "%UninstallPath%\%AppTitle%", "DisplayName", "", "Microsoft %AppTitle%"
  163. "HKLM", "%UninstallPath%\%AppTitle%", "UninstallString", "", "%11%\cmstp.exe /x %11%\instcm.inf"
  164.  
  165. [Xnstall.AddReg.ICM]
  166. "HKCR", ".pbk", "", "", "%PhoneName%"
  167. "HKCR", ".pbr", "", "", "%RegionName%"
  168. "HKLM", "%AppPath%", "", "", "%11%\CMMGR32.EXE"
  169. "HKLM", "%AppPath%", "Path", "", "%11%"
  170. HKLM, "%AppPath%", "CMInternalVersion", 0, "1.2"
  171. "HKCR", "%AppName%", "", "", "%AppName%"
  172. "HKCR", "%AppName%\DefaultIcon", "", "", "%11%\CMMGR32.EXE,1"
  173. "HKCR", "%AppName%\shell\open\command", "", "", "%11%\CMMGR32.EXE ""%1"""
  174. "HKCR", "%AppName%\shell\Settings...\command", "", "", "%11%\CMMGR32.EXE /settings ""%1"""
  175.  
  176. ; -------------------------------------------------------------------
  177. ; These are the directory specifications.
  178. ; -------------------------------------------------------------------
  179.  
  180. [CustUninstDestSection]
  181. 49000,49001,49002,49003 = IConnMgrLDIDSection, 5
  182.  
  183. [IConnMgrLDIDSection]
  184. "HKLM", "%AppPath%", "OldPath", "%UpdatePrompt%", ""
  185. "","","","",""
  186.  
  187. [CustLegacyUninst]
  188. 49000,49001,49002,49003 = CustLegacyUninstSection, 5
  189.  
  190. [CustLegacyUninstSection]
  191. "HKLM", "%AppPath%", "Path", "", ""
  192. "","","","",""
  193.  
  194. [DestinationDirs]
  195. Remove.DelFiles = 49000
  196. Remove.Readme = 49000
  197. Remove.10.Sys = 11
  198. Xnstall.CopyFiles.ICMFILES=11
  199. Xnstall.CopyFiles.W95.ICMFILES=11
  200. Xnstall.CopyFiles.NT.ICMFILES=11
  201. Xnstall.WinInet=11
  202. Xnstall.Win9x=11
  203.  
  204.  
  205. [SourceDisksNames]
  206. 55 = , , 0
  207.  
  208. [SourceDisksFiles]
  209.  
  210. ; ==================
  211. ; These are strings.
  212. ; ==================
  213.  
  214. [Strings]
  215. ; These are the non-localizable strings...
  216. cmPath = "SOFTWARE\Microsoft\Connection Manager"
  217. CompChecked = "ComponentsChecked"
  218. AppPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE"
  219. UninstallPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
  220. AppTitle = "Connection Manager"
  221. ; this is used as a reg key
  222. AppName = "Connection Manager Profile"
  223.  
  224. ; ------------------------------------
  225. ; These are the localizable strings...
  226. ; ------------------------------------
  227.  
  228. PhoneName = "Rubrica"
  229. RegionName = "File regione"
  230.  
  231.